home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Otorus.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  353b  |  12 lines

  1. #ifndef _OTORUS_H_
  2. #define _OTORUS_H_
  3.  
  4. enum
  5. {
  6.     PRIM_TORUS_OUTERRAD                = 1150, // REAL       - Outer Radius [>=0.0]
  7.     PRIM_TORUS_INNERRAD                = 1151, // REAL     - Inner Radius [>=0.0,<=Outer Radius]
  8.     PRIM_TORUS_CSUB                        = 1152, // LONG       - Cross Section Segments [>2]
  9.     PRIM_TORUS_SEG                        = 1153 // LONG     - Rotational Segments [>2]
  10. };
  11.  
  12. #endif